Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/171 - AnalogDigital Clock/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/171 - AnalogDigital Clock/index.html
420 Views
0 Comments
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Analog Digital clock</title>
<link rel="stylesheet"
preview.gif /cody/swapnilsparsh/30DaysOfJavaScript/171 - AnalogDigital Clock/preview.gif
141 Views
0 Comments
Media file
script.js /cody/swapnilsparsh/30DaysOfJavaScript/171 - AnalogDigital Clock/script.js
226 Views
0 Comments
(function() {


var months = ["January", "February", "March", "April", "May", "June",
"July", "August", "September", "Octo
style.css /cody/swapnilsparsh/30DaysOfJavaScript/171 - AnalogDigital Clock/style.css
164 Views
0 Comments
@import url("https://fonts.googleapis.com/css?family=BenchNine:300,400");
*, *:after, *:before {
box-sizing: border-box;
}

ht